home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 April / april_2001.iso / intercd / root / Html / ^ScriptWorx / _SETUP.1 / structure.cfx < prev    next >
Encoding:
Text File  |  1999-12-29  |  405 b   |  13 lines

  1. IsStruct(variable)
  2. StructClear(structure)
  3. StructCopy(structure)
  4. StructCount(structure)
  5. StructDelete(structure, key [, indicatenotexisting ])
  6. StructFind(structure, key)
  7. StructInsert(structure, key, value [, allowoverwrite ])
  8. StructIsEmpty(structure)
  9. StructKeyArray(structure)
  10. StructKeyExists(structure, key)
  11. StructKeyList(structure [, delimiter])
  12. StructNew()
  13. StructUpdate(structure, key, value)